home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / man / cat.n / after.n next >
Text File  |  1995-07-25  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4.      aaaafffftttteeeerrrr((((nnnn))))                     TTTTkkkk (((( ))))                      aaaafffftttteeeerrrr((((nnnn))))
  5.  
  6.  
  7.  
  8.      _________________________________________________________________
  9.  
  10.      NNNNAAAAMMMMEEEE
  11.           after - Execute a command after a time delay
  12.  
  13.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  14.           aaaafffftttteeeerrrr _m_s ?_a_r_g_1 _a_r_g_2 _a_r_g_3 ...?
  15.      _________________________________________________________________
  16.  
  17.  
  18.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  19.           This command is used to delay execution of the program or to
  20.           execute  a  command  in  background  after  a delay.  The _m_s
  21.           argument gives a time in milliseconds.  If _m_s  is  the  only
  22.           argument   to   aaaafffftttteeeerrrr   then   the  command  sleeps  for  _m_s
  23.           milliseconds and returns.  While the command is sleeping the  |
  24.           application does not respond to X events and other events.
  25.  
  26.           If additional arguments are present after  _m_s,  then  a  Tcl
  27.           command  is  formed  by  concatenating  all  the  additional
  28.           arguments in the same fashion as the ccccoooonnnnccccaaaatttt command.   AAAAfffftttteeeerrrr
  29.           returns  immediately  but  arranges  for  the  command to be
  30.           executed _m_s milliseconds later in background.   The  command  |
  31.           will be executed at global level (outside the context of any  |
  32.           Tcl procedure).  If an  error  occurs  while  executing  the
  33.           delayed command then the ttttkkkkeeeerrrrrrrroooorrrr mechanism is used to report
  34.           the error.
  35.  
  36.           The aaaafffftttteeeerrrr command always returns an empty string.
  37.  
  38.  
  39.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  40.           tkerror
  41.  
  42.  
  43.      KKKKEEEEYYYYWWWWOOOORRRRDDDDSSSS
  44.           delay, sleep, time
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 7/23/95)
  64.  
  65.  
  66.  
  67.